Click or drag to resize

Attendee Constructor (String, String, ResponseType)

Initializes a new instance of the Attendee class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Attendee(
	string emailAddress,
	string name,
	ResponseType responseType
)

Parameters

emailAddress
Type: SystemString
name
Type: SystemString
responseType
Type: Independentsoft.ExchangeResponseType
See Also